-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
changed the generic cells property #1379
Conversation
Unittest fails with AttributeError: energy_free. I am not sure why |
I think this approach is suboptimal. The relaxHist.sx output replicates the cell, so it should be parsable (and it actually seems to be parsed into "output.cell" rather than ...".cells" (with s), see sphinx/output_parsers.py lines 192-196. I'd rather rename the parsing target in the parser, because then we would be ready for future implementations of automatic cell optimization. |
Based on @freyso's comment, I suggest to copy |
using self.generic.cell Co-authored-by: Sam Dareska <[email protected]>
Pull Request Test Coverage Report for Build 8720068328Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
Co-authored-by: Sam Dareska <[email protected]>
Shouldn't we change the key to 'cells' here ? |
I guess we should discuss it at the pyiron meeting. For now if the tests pass we can live with what we get here. |
can be merged now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As soon as Black runs I'm fine with merging it
Changed the cells property to repeat based on number of steps to fix issue #1378